


#form_container_main_sec{
    width: 100%;
    padding: 0px 0px 40px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Sign_the_Pledge_main_form .top_p{
    font-size: 30px;
    color: var(--White);
}
#Sign_the_Pledge_main_form_container{
    background-color: var(--main_font_color);
    padding: 30px;
    width: 500px;
}

#Sign_the_Pledge_main_form_container .divider_div{
    display: flex;
    flex-direction: column;
    color: black;
    margin-bottom: 30px;
}
#Sign_the_Pledge_main_form_container .divider_div input{
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid black;
    outline: none;
    height: 40px;
    margin-top: 5px;
}



#Sign_the_Pledge_main_form_container .divider_div select {
    word-wrap: normal;
    background: transparent;
    outline: none;
    border: none;
      border-bottom-width: medium;
      border-bottom-style: none;
      border-bottom-color: currentcolor;
    border-bottom: 2px solid black;
    margin-top: 10px;
    padding-bottom: 10px;
    color: #00000096;
}

#Sign_the_Pledge_main_form .submit_div{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Sign_the_Pledge_main_form #submit_button{
    width: 100%;
    height: 50px;
    background-color: var(--Red);
    border: none;
    outline: none;
    color: white;
    
}

#loader_section{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.688);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 100;
    display: none;
}

#loader_section img{
    width: 45px;
}

.divider_div_checkbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 10px;

}
.divider_div_checkbox label{
    margin-top: -4px;
    color: var(--Red);
}
.divider_div_checkbox input{
    width: 25px;
    height: 25px;
}



/*  */


#form_before_text{
    width: 100%;
    padding-top: 120px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: start;
}

#form_before_text .inner{
    width: 500px;
    background-color: rgba(255, 255, 255, 0);
    padding: 10px 10px;
}

#form_before_text .inner p{
    color: rgb(231, 231, 231);
    text-align: justify;
    font-size: 15px;
    padding: 0px 10px;
}














@media only screen and (max-width: 550px){
    #Sign_the_Pledge_main_form{
        width: 100% !important;
    }
    #Sign_the_Pledge_main_form .top_p{
        margin-left: 10px;
    }
    #form_container_main_sec{
        padding-left: 15px;
        padding-right: 15px;
    }
    #Sign_the_Pledge_main_form_container{
        width: 100%;
        padding: 10px;
    }

    #form_before_text .inner{
        width: 100%;
        padding: 20px 10px !important;
    }
}











